home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / ImportAccessory.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  503 b   |  33 lines

  1. ImportAccessory = {
  2.     ACTIONS = {
  3.     setSavePath:;
  4.     };
  5.     OUTLETS = {
  6.     getSavePathButton;
  7.     runStructureEditorSwitch;
  8.     };
  9.     SUPERCLASS = ImportExport;
  10. };
  11. FirstResponder = {
  12.     ACTIONS = {
  13.     save:;
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17. ImportExport = {
  18.     ACTIONS = {
  19.     setRecordDelimiter:;
  20.     setFieldDelimiter:;
  21.     };
  22.     OUTLETS = {
  23.     titleMatrix;
  24.     recordDelimPopUpList;
  25.     delimiterBox;
  26.     placeHolderView;
  27.     fieldDelimPopUpList;
  28.     recordDelimPopUp;
  29.     fieldDelimPopUp;
  30.     };
  31.     SUPERCLASS = Object;
  32. };
  33.